Welcome![Sign In][Sign Up]
Location:
Search - avr jtag

Search list

[Other resourcestk500_jtat

Description: avr单片机用的,有源代码,原理图(包括JTAG和STK500)
Platform: | Size: 72440 | Author: 龚伟 | Hits:

[Other resourceavrjtag

Description: avr的jtag调试下载线制作,有图片,原理图,pcb等。-avr download the JTAG Debugging production line, pictures, schematics, PCB, etc..
Platform: | Size: 509159 | Author: find | Hits:

[SCMIsoJtagISP_source

Description: 这是avr的usb转成jtag的必要程序代码-avr_usb_jtag
Platform: | Size: 32768 | Author: shenhaixin | Hits:

[SCMavr_jtag

Description: avr单片机的jtag下载器制作,还是很不错的-avr microcontroller jtag download works, still very good
Platform: | Size: 166912 | Author: 刘传 | Hits:

[SCMbootloader_m16

Description: AVR单片机的JTAG仿真器程序,源代码经测试完全可用-AVR microcontroller' s JTAG emulator program, the source code can be tested fully
Platform: | Size: 1024 | Author: huaxing | Hits:

[SCMAVR_JYAG_DEMO

Description: 压缩包内含有一个AVR单片机JTAG的原理图,PDF格式,便于自制AVR单片机JTAG时进行参考。-Compressed packet contains an AVR microcontroller JTAG schematics, PDF format, easy to self-reference when AVR Microcontroller JTAG.
Platform: | Size: 83968 | Author: 王名 | Hits:

[SCMJTAG_circuit_design_specifications

Description: JTAG 电路设计规范,JTAG在线编程器是AVR开发的主要工具。-JTAG circuit design specifications, JTAG development of online programming AVR devices is the main tool.
Platform: | Size: 344064 | Author: Andrew Pan | Hits:

[SCMAVR_JTAG

Description: AVR单片机的JTAG开发板子,对你学习AVR有很大帮助-JTAG AVR microcontroller development board, and for your great help learning AVR
Platform: | Size: 40960 | Author: cmlin | Hits:

[Embeded-SCM Developavr_jtag

Description: avr的jtag下载器,搞avr单片机的朋友有用-avr' s jtag downloader, engage in a useful friend avr microcontroller
Platform: | Size: 508928 | Author: mana | Hits:

[SCMAVR16

Description: 在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 用AVR Studio仿真(需选择JTAG ICE)或者将SKEY.HEX烧入单片机-ICCAVR environment in the establishment of the project, and add source file, then compile and link the project with the AVR Studio emulation (must be selected JTAG ICE) or burned into the microcontroller will SKEY.HEX
Platform: | Size: 106496 | Author: pipi | Hits:

[Embeded-SCM DevelopAVRfangzhenqi

Description: AVR并口JTAG仿真器电路图,分简易版和隔离版-AVR parallel port JTAG emulator circuit, and isolation of sub-Lite version
Platform: | Size: 290816 | Author: 刘诗友 | Hits:

[SCMUSBasp_Win32_driver

Description: 这是usbasp驱动,现在流行的都是isp在线编程,使用JTAG口方便下载和调试,这款usbasp是支持所有avr单片机和部分51,比如常用的at89s52-a driver for usbasp
Platform: | Size: 32768 | Author: 李伟清 | Hits:

[SCM1_LED

Description: LED灯实验。1.在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 2.用AVR Studio仿真(需选择JTAG ICE仿真)或者将LED.HEX烧入单片机 3.程序默认的是流水灯,当把源程序的i=0改为i=1时,LED将以闪烁灯显示-LED light experiment.A. , Establish project ICCAVR environment, and adding a source file and then compile the project, connecting Two. Simulation using the AVR Studio (JTAG ICE emulation must be selected) or the LED.HEX burned into the microcontroller 3. The default is water lights, when the source of i = 0 to i = 1, the LED will be flashing lights
Platform: | Size: 20480 | Author: 赖激烈 | Hits:

[SCM2_SMG

Description: 数码管实验 。1.在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 2.用AVR Studio仿真(需选择JTAG ICE)或者将LED.HEX烧入单片机 3.可以看到6位数码管循环显示1、2、3、4、5、6,可以更改data[6]数组的内容 来改变循环显示的内容。-Digital control experiment.A. , Establish project ICCAVR environment, and adding a source file and then compile the project, connecting Two. AVR Studio simulation (need to select the JTAG ICE), or the LED.HEX burned into the microcontroller 3. Can see that 6 of the digital control loop to display 1, 2, 3, 4, 5, 6, can change the contents of the data [6] array To change the contents of the cycle.
Platform: | Size: 21504 | Author: 赖激烈 | Hits:

[Communicationjtag_VCPP_src

Description: VC++ 实现JTAG(1149.1)的烧写,JTAG测试单片机(arm,arv)源代码。-vc++ releasize jtag 1149.1 programmer test microchip(arm, avr )and so on.
Platform: | Size: 278528 | Author: icecream | Hits:

[SCMSLEEP

Description: /* 本程序简单的示范了如何令AVR ATMEGA16进入睡眠状态及唤醒 电源管理及睡眠模式的介绍 进入最低耗电的掉电模式 关闭各种模块 外部中断唤醒 M16掉电模式的耗电情况(看门狗关闭),时钟为内部RC 1MHz 0.9uA@Vcc=5.0V [手册的图表约为1.1uA] 0.3uA@Vcc=3.3V [手册的图表约为0.4uA] //测量的数字万用表是FLUKE 15B,分辨率0.1uA 这个程序需要MCU进入休眠状态,为实现最低功耗,JTAG接口会被关闭,只能通过LED的变化来观察程序的运行。 这个实验里面,用STK500(AVRISP) ISP下载线来烧录更方便。 熔丝位设置 1 关断BOD功能 BODEN=1 2 如果用ISP方式烧录,就可以完全关闭JTAG口了 OCEEN=1,JTAGEN=1 */-/* This program demonstrates how to make a simple AVR ATMEGA16 go to sleep and wake and sleep mode power management introduction into the most low-power-down mode off various modules external interrupt wake-down mode power consumption of M16 (Janitor Dogs closed), the clock is the internal RC 1MHz 0.9uA @ Vcc = 5.0V [Manual chart about 1.1uA] 0.3uA @ Vcc = 3.3V [Manual chart about 0.4uA]// measurement is FLUKE 15B Digital Multimeter resolution 0.1uA this program requires MCU enter the sleep state, in order to achieve the lowest power, JTAG interface, will be closed only by changing the LED to observe the operation of the program. This experiment inside, with the STK500 (AVRISP) ISP download cable to burn more convenient. Fuse setting a shutdown function BODEN = 1 2 BOD If ISP programming mode, you can completely turn off the JTAG port of OCEEN = 1, JTAGEN = 1* /
Platform: | Size: 10240 | Author: feiniao200201 | Hits:

[Embeded-SCM DevelopAVRJTAG

Description: [AVR单片机学习]JTAG学习笔记很好,值得借鉴。-AVRJTAG,LEANRING NOTE.VERY GOOD.
Platform: | Size: 1024 | Author: erandto | Hits:

[Embeded-SCM DevelopAVRJTAG

Description: [AVR单片机学习]JTAG学习笔记很好,值得借鉴。-AVRJTAG,LEANRING NOTE.VERY GOOD.
Platform: | Size: 1024 | Author: cerpri | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net